Add Visual Studio 2010 Build Support for Broadway
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 2 Aug 2013 09:05:57 +0000 (17:05 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 2 Aug 2013 09:05:57 +0000 (17:05 +0800)
commitca2dea0a5a443d1ecbf90830cfeb19eb21ad478a
treecdbfc6a76edac9ff64c13efe2dddb3ea667693b7
parentdcb766c4617d874588de5edf397ddac017b8d760
Add Visual Studio 2010 Build Support for Broadway

Add the Visual Studio 2010 projects to build the GDK Broadway backend, just
like the Visual Studio 2008 project files in the last commit.  Similarly,
split up the property sheets so that they are easier to maintain and can
be made more flexible for different build types.  Also remove some unneeded
stuff from some of these items.

Also, fix the filter file completion for GTK, as a source file was excluded
for that and this was overlooked as it seemingly did not cause any trouble.
27 files changed:
build/win32/vs10/Makefile.am
build/win32/vs10/broadwayd.vcxproj [new file with mode: 0644]
build/win32/vs10/broadwayd.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/gailutil.vcxproj
build/win32/vs10/gdk-broadway.vcxproj [new file with mode: 0644]
build/win32/vs10/gdk-broadway.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/gdk-win32.vcxproj
build/win32/vs10/gdk.vcxproj.filtersin
build/win32/vs10/gdk.vcxprojin
build/win32/vs10/gengir.vcxproj
build/win32/vs10/gtk+.props [deleted file]
build/win32/vs10/gtk+.sln
build/win32/vs10/gtk-build-defines.props [new file with mode: 0644]
build/win32/vs10/gtk-gengir.props [new file with mode: 0644]
build/win32/vs10/gtk-ignore-broadway.props [new file with mode: 0644]
build/win32/vs10/gtk-install-bin.props [new file with mode: 0644]
build/win32/vs10/gtk-install-headers-data.props [new file with mode: 0644]
build/win32/vs10/gtk-version-paths.props [new file with mode: 0644]
build/win32/vs10/gtk.vcxproj.filtersin
build/win32/vs10/gtk.vcxprojin
build/win32/vs10/gtk3-demo-application.vcxproj
build/win32/vs10/gtk3-demo.vcxproj
build/win32/vs10/gtka11y.vcxprojin
build/win32/vs10/gtkprebuild-broadway.props [new file with mode: 0644]
build/win32/vs10/gtkprebuild.props [new file with mode: 0644]
build/win32/vs10/install.vcxproj
gtk/Makefile.am